Applies to
SSAS
Description
ProcessIndexes relates to dimension, cube, measure group, and partition. In partitions, ProcessIndexes builds the aggregation data and bitmap indexes.
This performance counter relates to the measurement of Analysis Services processing of indexes for MOLAP data files and it monitors the total amount of partitions processed. The total amount of partitions processed refers to both successfully and unsuccessfully processed partitions.
Resolved by
DBAs, Server administrators, BI developers
Suggested solutions
- Do a Process Data and Process Index separately instead of a Process Full, as it reduces the stress on the server
- When creating hierarchies, you should make as many of them natural as possible
- Reduce the number of attributes in the dimensions
- Manage partitions using the free tool, SSAS Partition Manager
- You must ensure that the processing query that populates the temporary partition does not duplicate any data already present in an existing partition
Additional research
SSAS INDEX
Performance Counters (SSAS)
Tuning Analysis Services (SSAS) for better Parallel Aggregation/Index Processing
Improving cube processing time